projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121f67f
)
Put @w{...} around an expression with a poor printed copy page break.
author
Robert J. Chassell
<bob@rattlesnake.com>
Thu, 3 Jan 2002 17:44:51 +0000
(17:44 +0000)
committer
Robert J. Chassell
<bob@rattlesnake.com>
Thu, 3 Jan 2002 17:44:51 +0000
(17:44 +0000)
Edit lambda-*.eps image files so arrows line up properly.
lispintro/emacs-lisp-intro.texi
patch
|
blob
|
history
diff --git
a/lispintro/emacs-lisp-intro.texi
b/lispintro/emacs-lisp-intro.texi
index 1968a3256df2666db77d155f611b5aa738c6316f..8052550d5925503265d63abb2c0d67d98da6e7fd 100644
(file)
--- a/
lispintro/emacs-lisp-intro.texi
+++ b/
lispintro/emacs-lisp-intro.texi
@@
-9853,7
+9853,7
@@
the value of @code{count} is equal to or is greater than the
@code{desired-number}. The expression that increments the count can be
a simple @code{setq} such as @code{(setq count (1+ count))}, where
@code{1+} is a built-in function in Emacs Lisp that adds 1 to its
-argument. (The expression @
code{(1+ count)
} has the same result as
+argument. (The expression @
w{@code{(1+ count)}
} has the same result as
@code{(+ count 1)}, but is easier for a human to read.)
@need 1250